projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45ecba2
)
Fix typo in documentation
author
William Jon McCann
<jmccann@redhat.com>
Fri, 10 Aug 2012 16:23:02 +0000
(12:23 -0400)
committer
William Jon McCann
<jmccann@redhat.com>
Fri, 10 Aug 2012 17:03:10 +0000
(13:03 -0400)
gtk/gtkiconview.c
patch
|
blob
|
history
diff --git
a/gtk/gtkiconview.c
b/gtk/gtkiconview.c
index 08076c3ad70fbfc855e2094e95b40d2f90f7ac5e..3da42aecaae7df0617204d3af492a51e5c6c646c 100644
(file)
--- a/
gtk/gtkiconview.c
+++ b/
gtk/gtkiconview.c
@@
-5372,7
+5372,7
@@
gtk_icon_view_unselect_path (GtkIconView *icon_view,
*
* To free the return value, use:
* |[
- * g_list_free_full (list, (GDestroyNotify) gtk_tree_pat
c
h_free);
+ * g_list_free_full (list, (GDestroyNotify) gtk_tree_path_free);
* ]|
*
* Return value: (element-type GtkTreePath) (transfer full): A #GList containing a #GtkTreePath for each selected row.